projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fd2b1
)
admin-test: Fix two typos in bootloader UI change
author
Colin Walters
<walters@verbum.org>
Thu, 6 Nov 2014 23:17:52 +0000
(18:17 -0500)
committer
Colin Walters
<walters@verbum.org>
Thu, 6 Nov 2014 23:22:20 +0000
(18:22 -0500)
Based on a patch from Giuseppe Scrivano <gscrivan@redhat.com>
tests/admin-test.sh
patch
|
blob
|
history
diff --git
a/tests/admin-test.sh
b/tests/admin-test.sh
index cc928926256b2d27860fe88a1e07f5f525d882c2..ebb18849a6624e4c363df47e6a16a27dbf320529 100755
(executable)
--- a/
tests/admin-test.sh
+++ b/
tests/admin-test.sh
@@
-29,7
+29,7
@@
ostree admin --sysroot=sysroot deploy --karg=root=LABEL=MOO --karg=quiet --os=te
ostree admin --sysroot=sysroot status | tee status.txt
assert_file_has_content status.txt 'Version: 1.0.10'
-assert_file_has_content sysroot/boot/loader/syslinux.c
onf 'TestOS
1.0.10'
+assert_file_has_content sysroot/boot/loader/syslinux.c
fg 'TestOS 42
1.0.10'
echo "ok deploy command"